feat: add namespaced flutter command aliases#14
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dfce969346
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| if alias_file.exists(): | ||
| continue |
There was a problem hiding this comment.
Regenerate existing aliases instead of skipping them
The generator currently exits early when an alias file already exists, so rerunning scripts/generate_namespaced_command_aliases.py will not refresh aliases after canonical command descriptions or instructions change. That leaves commands/flutter-*.md files stale and out of sync with the canonical command files over time, even though this script is documented as the way to regenerate aliases.
Useful? React with 👍 / 👎.
Summary
flutter:*aliases for all canonical commandsscripts/generate_namespaced_command_aliases.pydocs/command-namespacing.md1.10.0Validation